home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / update-inetd.postinst < prev    next >
Encoding:
Text File  |  2006-11-17  |  168 b   |  10 lines

  1. #! /bin/sh
  2.  
  3. # Abort if any command returns an error value
  4. set -e
  5.  
  6. if [ "$1" = "configure" -o "$1" = "reconfigure" ] ; then
  7.     . /usr/share/debconf/confmodule
  8.     db_capb
  9. fi
  10.